home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / vol16n13.zip / OPENTR.ZIP / OT_SRC.ZIP / SRCNOTES.TXT < prev    next >
Text File  |  1997-05-26  |  1KB  |  18 lines

  1. This file (OTSRC.ZIP) contains the source code for OpenTrap, which was
  2. created using Microsoft Visual C++ Version 4.0. To use this
  3. file, you must unzip it using PKUNZIP's -D option so that the proper
  4. directory structure is maintained. You can unzip this file to any
  5. empty folder you like, as long as you specify the -d option. Once the files
  6. have been extracted, use the following steps to load the project:
  7.  
  8. 1. Start Microsoft Developer Studio (MSDEV).
  9. 2. Select "Open Workspace" from the "File" menu.
  10. 3. Change the "Files of Type" box to show "Makefiles (*.MAK)". This archive
  11.    does not include a Project Workspace (.MDP) file because that file
  12.    contains information (which document files were open, window layout, etc.)
  13.    that are unique to the author's working environment. MSDEV will
  14.    automatically create a correspoding .MDP file appropriate for _your_ system
  15.    when you close the OpenTrap project.
  16. 4. Navigate to the folder where you unzipped the files.
  17. 5. Select "OPENTRAP.MAK" and click OK.
  18.